home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / memsz313.zip / SOURCE.ZIP / ITALIANO.ZIP / ITALIANO next >
Text File  |  1996-02-10  |  518b  |  20 lines

  1. # Build Italian language elements of MEMSIZE.
  2. # This module is intended to be included into a more complete Make file.
  3.  
  4. Italiano: $*.dll $*.hlp $*.inf
  5.  
  6. Italiano.inf: $*.hlp
  7.   If Exist $*.inf Erase $*.inf
  8.   HLP2INF $*.hlp
  9.  
  10. Italiano.hlp: $*.ipf MEMSIZE.H MEMSIZE.BMP
  11.   ipfcomp /COU=39 /COD=850 /LAN=ITA $*.ipf
  12.  
  13. Italiano.dll: $*.def $*.res dll.obj
  14.   link386 /nologo dll, $*.dll /align:16, nul,, $* ;
  15.   rc $*.res $*.dll
  16.  
  17. Italiano.res: $*.rc MEMSIZE.H MEMSIZE.BMP MEMSIZE.ICO
  18.   rc -cc 39 -cp 850 -r $*
  19.  
  20.